object ExceptionForm: TExceptionForm Left = 258 Top = 212 BorderIcons = [biMinimize, biMaximize] BorderStyle = bsDialog Caption = 'BlogJet Error' ClientHeight = 257 ClientWidth = 331 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Image1: TImage Left = 16 Top = 16 Width = 32 Height = 32 AutoSize = True Picture.Data = {} Transparent = True end object Label1: TLabel Left = 64 Top = 16 Width = 175 Height = 13 Caption = 'Sorry, unknown program error.' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [fsBold] ParentFont = False end object Label2: TLabel Left = 64 Top = 40 Width = 233 Height = 41 Caption = 'Please report about this error to developers at http://blogjet.c' + 'om/support/ with the details and information on how to reproduce' + ' it.' WordWrap = True end object Label3: TLabel Left = 64 Top = 88 Width = 36 Height = 13 Caption = 'Details:' end object Label4: TLabel Left = 64 Top = 200 Width = 225 Height = 13 Caption = 'It is recommended that you close the program.' end object Memo1: TMemo Left = 64 Top = 104 Width = 241 Height = 81 BevelKind = bkFlat BorderStyle = bsNone Color = clBtnFace Lines.Strings = ( 'Access violation') ReadOnly = True ScrollBars = ssVertical TabOrder = 0 end object Button1: TButton Left = 80 Top = 224 Width = 89 Height = 25 Caption = 'Close BlogJet' Default = True ModalResult = 3 TabOrder = 1 end object Button2: TButton Left = 176 Top = 224 Width = 75 Height = 25 Cancel = True Caption = 'Continue' ModalResult = 1 TabOrder = 2 end end